/*! Ava_Augustin_dot_com v2.0.0 | (c) 2021 Al Augustin | MIT License | https://github.com/alaugustin/aka_08 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Shadows+Into+Light+Two&display=swap");
/* line 6, src/sass/components/lib/_reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 95, src/sass/components/lib/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 108, src/sass/components/lib/_reset.scss */
body {
  line-height: 1;
}

/* line 111, src/sass/components/lib/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 115, src/sass/components/lib/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 119, src/sass/components/lib/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 126, src/sass/components/lib/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* https://codepen.io/maxvoltar/details/eYOPdMG
   Mark Praschan
*/
/* line 7, src/sass/components/lib/_image_gallery.scss */
ul.foo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 11, src/sass/components/lib/_image_gallery.scss */
ul.foo li {
  height: 40vh;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 16, src/sass/components/lib/_image_gallery.scss */
ul.foo li:last-child {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

/* line 21, src/sass/components/lib/_image_gallery.scss */
ul.foo img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

@media (max-aspect-ratio: 1 / 1) {
  /* line 33, src/sass/components/lib/_image_gallery.scss */
  ul.foo li {
    height: 30vh;
  }
}

@media (max-height: 480px) {
  /* line 41, src/sass/components/lib/_image_gallery.scss */
  ul.foo li {
    height: 80vh;
  }
}

@media (max-aspect-ratio: 1 / 1) and (max-width: 480px) {
  /* line 50, src/sass/components/lib/_image_gallery.scss */
  ul.foo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 53, src/sass/components/lib/_image_gallery.scss */
  ul.foo li {
    height: auto;
    width: 100%;
  }
  /* line 57, src/sass/components/lib/_image_gallery.scss */
  ul.foo img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}

/* line 1, src/sass/components/lib/_screen_reader.scss */
.sr-only-mobile, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}

/* line 10, src/sass/components/lib/_screen_reader.scss */
.sr-only {
  clip: rect(0, 0, 0, 0);
}

/* line 14, src/sass/components/lib/_screen_reader.scss */
a.skip-link.sr-only-mobile:focus, a.skip-link.sr-only:focus,
a.skip-link.sr-only:focus {
  color: #ffffff;
  background-color: #020c27;
  width: 100%;
  height: 25px;
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

/* line 30, src/sass/components/lib/_screen_reader.scss */
a.skip-link.sr-only-mobile:focus, a.skip-link.sr-only:focus {
  position: absolute;
}

/* line 33, src/sass/components/lib/_screen_reader.scss */
a.skip-link.sr-only:focus {
  position: relative;
}

/* line 36, src/sass/components/lib/_screen_reader.scss */
a.skip-link.sr-only:focus:after,
a.skip-link-mobile.sr-only:focus:after {
  height: 2px;
  display: block;
  content: "";
  background-color: transparent;
  background-color: #ffffff;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
  position: absolute;
  width: 140px;
  bottom: 8px;
}

/* line 1, src/sass/components/_columns.scss */
.aka-2-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}

/* line 7, src/sass/components/_columns.scss */
.aka-2-col:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* line 1, src/sass/components/_columns.scss */
  .aka-2-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 15, src/sass/components/_columns.scss */
.aka-2-col .column {
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 15, src/sass/components/_columns.scss */
  .aka-2-col .column {
    width: 50%;
  }
  /* line 20, src/sass/components/_columns.scss */
  .aka-2-col .column:first-of-type {
    padding-right: 12px;
  }
  /* line 23, src/sass/components/_columns.scss */
  .aka-2-col .column:last-of-type {
    padding-left: 12px;
  }
}

/* line 28, src/sass/components/_columns.scss */
.aka-2-col .column.cntr-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  /* line 28, src/sass/components/_columns.scss */
  .aka-2-col .column.cntr-txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
}

/* line 40, src/sass/components/_columns.scss */
.aka-2-col__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  /* line 46, src/sass/components/_columns.scss */
  .aka-2-col__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  /* line 51, src/sass/components/_columns.scss */
  .aka-2-col__reverse .column:first-of-type {
    padding-right: 0;
    padding-left: 12px;
  }
  /* line 55, src/sass/components/_columns.scss */
  .aka-2-col__reverse .column:last-of-type {
    padding-right: 12px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 64, src/sass/components/_columns.scss */
  .aka-2-col__border .column {
    border-bottom: 4px double #44265f;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  /* line 69, src/sass/components/_columns.scss */
  .aka-2-col__border .column:last-of-type {
    border-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 64, src/sass/components/_columns.scss */
  .aka-2-col__border .column {
    border: 1px solid #44265f;
    padding: 16px;
  }
  /* line 78, src/sass/components/_columns.scss */
  .aka-2-col__border .column:first-of-type {
    margin-right: 8px;
  }
  /* line 81, src/sass/components/_columns.scss */
  .aka-2-col__border .column:last-of-type {
    margin-left: 8px;
  }
}

/* line 1, src/sass/components/_base.scss */
html,
body {
  height: 100%;
  width: 100%;
  background: #f3edf8;
}

/* line 8, src/sass/components/_base.scss */
html {
  scroll-behavior: smooth;
}

/* line 12, src/sass/components/_base.scss */
body {
  height: 100vh;
}

@media screen and (max-width: 767px) {
  /* line 16, src/sass/components/_base.scss */
  #sr_content {
    margin-top: 24px;
  }
}

/* line 22, src/sass/components/_base.scss */
img {
  width: 100%;
}

@media screen and (min-width: 375px) {
  /* line 22, src/sass/components/_base.scss */
  img {
    width: auto;
  }
}

/* line 30, src/sass/components/_base.scss */
.container-fluid {
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 16px;
}

@media screen and (max-width: 1099px) {
  /* line 30, src/sass/components/_base.scss */
  .container-fluid {
    margin: 0 16px;
  }
}

/* line 3, src/sass/components/_fonts.scss */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #08040b;
}

/* line 9, src/sass/components/_fonts.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
}

/* line 20, src/sass/components/_fonts.scss */
h1 {
  font-size: 36px;
}

@media screen and (min-width: 375px) {
  /* line 20, src/sass/components/_fonts.scss */
  h1 {
    font-size: 48px;
  }
}

/* line 28, src/sass/components/_fonts.scss */
h2 {
  font-size: 28px;
}

@media screen and (min-width: 320px) {
  /* line 28, src/sass/components/_fonts.scss */
  h2 {
    font-size: 32px;
  }
}

/* line 36, src/sass/components/_fonts.scss */
h3 {
  font-size: 21px;
}

@media screen and (min-width: 320px) {
  /* line 36, src/sass/components/_fonts.scss */
  h3 {
    font-size: 24px;
  }
}

/* line 44, src/sass/components/_fonts.scss */
p {
  margin-bottom: 12px;
  line-height: 1.5;
}

/* line 48, src/sass/components/_fonts.scss */
p:last-of-type {
  margin-bottom: 0;
}

/* line 53, src/sass/components/_fonts.scss */
em {
  font-style: italic;
}

/* line 56, src/sass/components/_fonts.scss */
.link {
  color: #44265f;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  position: relative;
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 56, src/sass/components/_fonts.scss */
  .link {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  /* line 56, src/sass/components/_fonts.scss */
  .link {
    text-decoration: none;
    white-space: nowrap;
  }
}

/* line 69, src/sass/components/_fonts.scss */
.link:after {
  height: 2px;
  display: block;
  content: "";
  background-color: transparent;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -4px;
}

/* line 83, src/sass/components/_fonts.scss */
.link:active:after, .link:hover:after {
  background-color: #44265f;
}

/* line 89, src/sass/components/_fonts.scss */
.social--link {
  font-size: 48px;
  color: #2a153a;
}

/* line 93, src/sass/components/_fonts.scss */
.social--link:hover {
  color: #779ec9;
}

@media screen and (min-width: 375px) {
  /* line 89, src/sass/components/_fonts.scss */
  .social--link {
    font-size: 64px;
  }
}

@media screen and (min-width: 640px) {
  /* line 89, src/sass/components/_fonts.scss */
  .social--link {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  /* line 89, src/sass/components/_fonts.scss */
  .social--link {
    font-size: 24px;
  }
}

/* line 2, src/sass/components/_header.scss */
.header--text-logo {
  font-size: 3rem;
  font-family: "Shadows Into Light Two", cursive;
}

/* line 7, src/sass/components/_header.scss */
.header--logo {
  -o-object-fit: none;
     object-fit: none;
}

@media screen and (max-width: 539px) {
  /* line 11, src/sass/components/_header.scss */
  .header--nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 640px) {
  /* line 11, src/sass/components/_header.scss */
  .header--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  /* line 11, src/sass/components/_header.scss */
  .header--nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  /* line 27, src/sass/components/_header.scss */
  .header--nav--list {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 640px) {
  /* line 27, src/sass/components/_header.scss */
  .header--nav--list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (min-width: 768px) {
  /* line 27, src/sass/components/_header.scss */
  .header--nav--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  /* line 45, src/sass/components/_header.scss */
  .header--nav--list--social, .header--nav--list--navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  /* line 54, src/sass/components/_header.scss */
  .header--nav--list--navigation {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  /* line 60, src/sass/components/_header.scss */
  .header--nav--list--social {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 32px;
  }
}

/* line 69, src/sass/components/_header.scss */
.header--navigation, .header--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 75, src/sass/components/_header.scss */
.header--navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 320px) {
  /* line 75, src/sass/components/_header.scss */
  .header--navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 540px) {
  /* line 75, src/sass/components/_header.scss */
  .header--navigation {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  /* line 84, src/sass/components/_header.scss */
  .header--navigation li {
    margin-right: 32px;
  }
  /* line 87, src/sass/components/_header.scss */
  .header--navigation li:last-of-type {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 94, src/sass/components/_header.scss */
  .header--social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  /* line 94, src/sass/components/_header.scss */
  .header--social {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  /* line 103, src/sass/components/_header.scss */
  .header--social > li {
    margin-right: 16px;
  }
  /* line 106, src/sass/components/_header.scss */
  .header--social > li:last-of-type {
    margin-right: 0;
  }
}

/* line 115, src/sass/components/_header.scss */
.header--content--intro-copy {
  font-size: 1.33rem;
}

/* line 120, src/sass/components/_header.scss */
.header--headshot {
  width: 100%;
  display: block;
  border-radius: 50%;
}

@media screen and (min-width: 375px) {
  /* line 120, src/sass/components/_header.scss */
  .header--headshot {
    width: 275px;
  }
}

/* line 2, src/sass/components/_main.scss */
.main > section {
  margin-top: 16px;
  padding-bottom: 24px;
}

/* line 6, src/sass/components/_main.scss */
.main > section:last-of-type {
  padding-bottom: 0;
}

/* line 14, src/sass/components/_main.scss */
.main--about .aka-2-col__image img {
  border-top-right-radius: 8px;
}

@media (min-width: 768px) {
  /* line 22, src/sass/components/_main.scss */
  .main--about .aka-2-col__border .column:first-of-type {
    border-bottom-left-radius: 8px;
  }
  /* line 25, src/sass/components/_main.scss */
  .main--about .aka-2-col__border .column:last-of-type {
    border-bottom-right-radius: 8px;
  }
}

/* line 34, src/sass/components/_main.scss */
.main--gallery {
  background: #fff;
}

/* line 37, src/sass/components/_main.scss */
.main--gallery h3 {
  padding-top: 16px;
}

/* line 41, src/sass/components/_main.scss */
.main--gallery--presslist {
  margin-top: 16px;
}

/* line 44, src/sass/components/_main.scss */
.main--gallery--presslist li {
  margin-bottom: 16px;
}

/* line 47, src/sass/components/_main.scss */
.main--gallery--presslist li:last-of-type {
  margin-bottom: 0;
}

/* line 54, src/sass/components/_main.scss */
.main--gallery--demo-reel .cntr-txt {
  font-weight: 700;
  color: #255c27;
}

@media screen and (max-width: 767px) {
  /* line 54, src/sass/components/_main.scss */
  .main--gallery--demo-reel .cntr-txt {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 66, src/sass/components/_main.scss */
.main--represent--agent {
  font-size: 1.5rem;
  padding-bottom: 12px;
}

/* line 70, src/sass/components/_main.scss */
.main--represent--agent--list {
  font-size: 16px;
}

@media screen and (min-width: 854px) {
  /* line 70, src/sass/components/_main.scss */
  .main--represent--agent--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 853px) {
  /* line 78, src/sass/components/_main.scss */
  .main--represent--agent--list--item {
    margin-bottom: 12px;
  }
  /* line 82, src/sass/components/_main.scss */
  .main--represent--agent--list--item:last-of-type {
    margin-bottom: 0;
  }
}

/* line 87, src/sass/components/_main.scss */
.main--represent--agent--list--item .fas {
  color: #08040b;
}

/* line 2, src/sass/components/_footer.scss */
.footer .legal {
  font-size: 75%;
}

@media screen and (max-width: 767px) {
  /* line 2, src/sass/components/_footer.scss */
  .footer .legal {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  /* line 2, src/sass/components/_footer.scss */
  .footer .legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 15, src/sass/components/_footer.scss */
.footer--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  /* line 21, src/sass/components/_footer.scss */
  .footer--social--link.social--link {
    font-size: 64px;
  }
}

/* line 12, src/sass/main.scss */
.header,
.main,
.footer {
  padding-bottom: 48px;
}

/* line 18, src/sass/main.scss */
.header,
.footer {
  background: #f9f6fc;
}
